#include <deHash.hpp>
Collaboration diagram for deTHashInt< T >::iterator:

Public Member Functions | |
| iterator () | |
| iterator (const iterator &ref) | |
| T & | operator * () const |
| T * | operator-> () const |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
Protected Member Functions | |
| iterator (deTHashInt< T > *hash, DWORD index, HashNode *node) | |
| void | operator++ () |
Private Attributes | |
| deTHashInt< T > * | mHash |
| long | mIndex |
| HashNode * | mNode |
Friends | |
| class | deTHashInt< T > |
|
||||||||||||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3-rc3